GetTimeMin

   

The 'GetTimeMin' function returns the current minute that is stored in 'Windows OS'.

 

int @GetTimeMin();

 

Parameters

none

 

Return Value

current minute

 

Example

m = @GetTimeMin();

Description : Assume that the current minute is 2:47 pm. '47' is stored in the variable named 'm'.

 

Reference

@GetDateYear()

@GetDateMon()

@GetDateDay()

@GetTimeHour()

@GetTimeSec()